ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Catppuccin color schemes

by Catppuccin ST3

🍋 Soothing pastel color schemes for Sublime Text

Labels color scheme

Details

Installs

  • Total 13K
  • Win 5K
  • Mac 3K
  • Linux 5K
Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23
Windows 4 5 10 7 9 7 4 5 10 3 10 8 7 5 11 11 12 4 8 8 5 1 7 9 9 13 14 18 6 10 4 15 13 8 3 3 5 8 5 9 2 5 8 2 12 8
Mac 2 6 9 7 6 3 6 4 7 11 12 8 2 5 2 13 6 14 5 4 4 2 5 6 7 5 7 3 3 8 4 5 8 9 4 3 3 1 7 5 3 7 7 10 6 5
Linux 1 5 9 10 5 11 8 6 10 6 6 8 10 8 11 11 11 6 14 8 6 4 10 9 6 7 4 4 9 6 8 9 6 12 7 5 10 10 5 8 12 8 4 6 5 13

Readme

Source
raw.​githubusercontent.​com

Logo
Catppuccin for Sublime Text

Usage

Installation

Package Control

  1. In Sublime Text, open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
  2. Enter and select Install Package Control to install Package Control if not done so already.
  3. Enter and select Package Control: Install Package.
  4. Search for and select the Catppuccin package.

Git download

  1. In Sublime Text, locate the path to the Packages directory through the Preferences > Browse Packages… menu.
  2. From the command line, go to the previously noted directory path and clone the repository into it.
git clone https://github.com/catppuccin/sublime-text.git Catppuccin

Manual download

  1. Download this repository as a ZIP archive.
  2. Unzip into a directory named Catppuccin.
  3. In Sublime Text, open the Packages directory through the Preferences > Browse Packages… menu.
  4. Move the unzipped Catppuccin directory into the Packages directory.

Activation

  1. In Sublime Text, select your flavor of choice through Preferences > Select Color Scheme.
  2. Go to Preferences > Select Theme… and select Adaptive.

Development

If you're unfamiliar with Sublime Text color scheme development, see “Color Schemes” in the Sublime Text documentation.

This repository uses Whiskers to generate theme files. Edit the sublime-text.tera template, and run whiskers sublime-text.tera to update the files in build/.

For local editing, create a symlink from your local clone of this repository to the Catppuccin subdirectory of the Packages directory (revealed through the Preferences > Browse Packages… menu in Sublime Text). On macOS, this can be done by invoking ln -s $(pwd) ~/Library/Application\ Support/Sublime\ Text/Packages/ in the directory of this repository. Uninstall the Catppuccin theme from Package Control if installed via that method. Sublime Text should now automatically reload the theme files in build/ on change.

If you have a specific piece of code you would like to re-color, you'll need to know what scopes are being applied to the token. (Applying scopes is done by the syntax, not the color scheme.) Position your caret over the token, and use Ctrl+Shift+P (or Tools > Developer > Show Scope Name) to show the scopes of the current token.

đź’ť Thanks to

 

Copyright © 2021-present Catppuccin Org